Click or drag to resize

SipClientRefer Method (Dialog, String)

Transfers call to resource specified with the referTo parameter.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public RequestResponse Refer(
	Dialog dialog,
	string referTo
)

Parameters

dialog
Type: Independentsoft.SipDialog
A Dialog represents media session.
referTo
Type: SystemString
A string contains address of the user to refer to.

Return Value

Type: RequestResponse
A RequestResponse containing sent Request and received appropriate Response.
See Also